home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / TURB_VIS / TCYBER25 / CYEDIT.ZIP / CEHELP.PAS < prev    next >
Pascal/Delphi Source File  |  1994-10-20  |  857b  |  36 lines

  1. unit CEHELP;
  2.  
  3. interface
  4.  
  5. const
  6.  
  7.   hcAbout                = 8;
  8.   hcAdjustPalette        = 15;
  9.   hcCharEditor           = 18;
  10.   hcChDirDialog          = 22;
  11.   hcColorDialog          = 23;
  12.   hcDefaultFont          = 16;
  13.   hcDeskTop              = 1;
  14.   hcFile                 = 4;
  15.   hcLoadFile             = 5;
  16.   hcMenu                 = 2;
  17.   hcNoContext            = 0;
  18.   hcOColors              = 14;
  19.   hcOptions              = 12;
  20.   hcPaletteDialog        = 19;
  21.   hcPrevious             = 65318;
  22.   hcSaveFile             = 6;
  23.   hcScreen               = 13;
  24.   hcScreenDialog         = 20;
  25.   hcSelector             = 10;
  26.   hcSelectorWindow       = 17;
  27.   hcStatusLine           = 3;
  28.   hcToolBar              = 11;
  29.   hcTreeWindow           = 21;
  30.   hcViewDoc              = 7;
  31.   hcWindows              = 9;
  32.  
  33. implementation
  34.  
  35. end.
  36.